bd9906
@@ -240,7 +240,7 @@
class ConnectionImplementation implements ClusterConnection, Closeable {
       this.registry = setupRegistry();
       retrieveClusterId();
 
-      this.rpcClient = RpcClientFactory.createClient(this.conf, this.clusterId);
+      this.rpcClient = RpcClientFactory.createClient(this.conf, this.clusterId, this.metrics);
 
       // Do we publish the status?
       if (shouldListen) {
